home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 24
/
AACD 24.iso
/
AACD
/
Sound
/
mhi_MASStd
/
Install MHI MAS Std
< prev
next >
Wrap
Text File
|
2001-07-03
|
1KB
|
50 lines
; $Id: PreludeAHI Install by Thomas Wenzel
; $VER: PreludeAHIInstall 1.1 (19.11.99)
(complete 0)
(message "\nMHI MAS Player Standard Driver\n"
"\nCopyright (C) 2001 Paul Qureshi\n"
"\nReleased under the terms of the BSD Public Licence, see documentation "
"for details.\n"
"\nThis driver supports the MAS Player Standard, created by Dirk Conrad. It will "
"be installed in Libs:MHI/ by default, this is the recommended place."
)
(if
(exists "Libs:MHI" (NOREQ))
(
(makedir "libs:MHI"
(help @makedir-help)
(confirm)
(prompt "\nCreating Libs:MHI/")
)
)
)
(complete 33)
(copylib
(confirm)
(prompt "\nInstalling MAS Player Pro hardware driver")
(help @copylib-help)
(source "libs/MHI/mhimasstd.library")
(dest "Libs:MHI")
)
(complete 66)
(copyfiles
(help @copyfiles-help)
(confirm)
(infos)
(prompt "\Copying documentation to HELP:")
(source "mhi_MASStd.guide")
(dest "HELP:")
)
(complete 100)
(set @default-dest "SYS:")